GREP$501001$ - translation to german
Diclib.com
ChatGPT AI Dictionary
Enter a word or phrase in any language 👆
Language:

Translation and analysis of words by ChatGPT artificial intelligence

On this page you can get a detailed analysis of a word or phrase, produced by the best artificial intelligence technology to date:

  • how the word is used
  • frequency of use
  • it is used more often in oral or written speech
  • word translation options
  • usage examples (several phrases with translation)
  • etymology

GREP$501001$ - translation to german

AGREP; Approximate grep

GREP      
(Computer) Kommando in UNIX um ein bestimmtes Stichwort oder eine Textstruktur in einer Datei zu finden

Definition

fgrep
<tool> A variant of the Unix grep command which searches for fixed (uninterpreted) strings rather than {regular expressions}. Surprisingly, this is not always faster. (1996-10-27)

Wikipedia

Agrep

agrep (approximate grep) is an open-source approximate string matching program, developed by Udi Manber and Sun Wu between 1988 and 1991, for use with the Unix operating system. It was later ported to OS/2, DOS, and Windows.

It selects the best-suited algorithm for the current query from a variety of the known fastest (built-in) string searching algorithms, including Manber and Wu's bitap algorithm based on Levenshtein distances.

agrep is also the search engine in the indexer program GLIMPSE. agrep is under a free ISC License.